home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / spiele / workbench spiele / krsnake / src / catalogs / krsnake.cd < prev    next >
Text File  |  1995-10-28  |  4KB  |  246 lines

  1. ;;
  2. ;; $VER: krsnake.ct 1.002 (13 Oct 1995) by Petter E. Stokke
  3. ;;
  4. ;;  This is the catalog description for KRSNAke
  5. ;;
  6. ;; $HISTORY:
  7. ;;
  8. ;; 13 Oct 1995 : 001.002 :  Updated for KRSNAke 1.11
  9. ;; 11 Oct 1995 : 001.001 :  Initial revision
  10. ;;
  11. #language english
  12. #version 1
  13. #basename krsnake
  14. ;
  15. ID_INGAMESTATUS (//)
  16. Score:%ld  Next:%ld
  17. ;
  18. ID_INITIALSTATUS (//)
  19. Link size: [%ld,%ld]
  20. ;
  21. ID_GAMEOVERSTATUS (//)
  22. Game over! You scored %ld
  23. ;
  24. ID_BROKERINFO (//40)
  25. The snake game
  26. ;
  27. ID_EDITPREFS (//)
  28. Edit preferences...
  29. ;
  30. ID_EXCEPTION (//)
  31. Exception
  32. ;
  33. ID_SAVE (//)
  34. Save
  35. ;
  36. ID_CANCEL (//)
  37. Cancel
  38. ;
  39. ID_PREFS (//)
  40. KRSNAke Preferences
  41. ;
  42. ID_OPTIONS1 (//)
  43. Options 1
  44. ;
  45. ID_OPTIONS2 (//)
  46. Options 2
  47. ;
  48. ID_SOUND (//)
  49. Sound
  50. ;
  51. ID_COLOURS (//)
  52. Colours
  53. ;
  54. ID_PUBSCREEN (//)
  55. Public Screen
  56. ;
  57. ID_POPKEY (//)
  58. Popkey
  59. ;
  60. ID_PRIORITY (//)
  61. Task Priority
  62. ;
  63. ID_LETHAL180 (//)
  64. 180° turns lethal
  65. ;
  66. ID_APPICON (//)
  67. AppIcon when hidden
  68. ;
  69. ID_APPMENU (//)
  70. AppMenuItem when hidden
  71. ;
  72. ID_FREESOUNDS (//)
  73. Free sound buffers when hidden
  74. ;
  75. ID_CONTSOUND (//)
  76. Play Start Game sound continuously
  77. ;
  78. ID_STARTGAME (//)
  79. Start Game
  80. ;
  81. ID_EATFRUIT (//)
  82. Eat Fruit
  83. ;
  84. ID_CRASH (//)
  85. Crash
  86. ;
  87. ID_TEST (//)
  88. Test
  89. ;
  90. ID_BACKGROUND (//)
  91. Background
  92. ;
  93. ID_SNAKEBODY (//)
  94. Snake body
  95. ;
  96. ID_SNAKEHEAD (//)
  97. Snake head
  98. ;
  99. ID_FRUIT1 (//)
  100. Fruit 1
  101. ;
  102. ID_FRUIT2 (//)
  103. Fruit 2
  104. ;
  105. ID_FRUIT3 (//)
  106. Fruit 3
  107. ;
  108. ID_FRUIT4 (//)
  109. Fruit 4
  110. ;
  111. ID_FILLTYPE (//)
  112. Type
  113. ;
  114. ID_RGBTYPE (//)
  115. RGB Colour
  116. ;
  117. ID_DATATYPESTYPE (//)
  118. Datatypes Image
  119. ;
  120. ID_GRAPHICTYPE (//)
  121. KRSNAke Graphic
  122. ;
  123. ID_DRIPEN (//)
  124. System Pen
  125. ;
  126. ID_RED (//)
  127. Red
  128. ;
  129. ID_GREEN (//)
  130. Green
  131. ;
  132. ID_BLUE (//)
  133. Blue
  134. ;
  135. ID_IMAGE (//)
  136. Image
  137. ;
  138. ID_FILE (//)
  139. File
  140. ;
  141. ID_PEN (//)
  142. Pen
  143. ;
  144. ID_PUBSCREENWINDOW (//)
  145. Select a public screen
  146. ;
  147. ID_PUBSCREENLIST (//)
  148. Public Screens
  149. ;
  150. MENUID_PROJECT (//)
  151. Project
  152. ;
  153. MENUID_ABOUT (//)
  154. About...
  155. ;
  156. MENUID_QUIT (//)
  157. Quit
  158. ;
  159. MENUID_ESC (//6)
  160. ESC
  161. ;
  162. ABOUTID_TITLE (//)
  163. About KRSNAke
  164. ;
  165. ABOUTID_MAIN (//8192)
  166. KRSNAke comes with ABSOLUTELY NO WARRANTY;\nfor details click "Warranty".\n\nThis is free software, and you are welcome\nto redistribute it under certain conditions;\nclick "Conditions" for details.
  167. ;
  168. ABOUTID_WARRANTY (//)
  169. This program is distributed in the hope that\nit will be useful, but WITHOUT ANY WARRANTY;\nwithout even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR\nPURPOSE. See the GNU General Public License\nfor more details.
  170. ;
  171. ABOUTID_CONDITIONS (//)
  172. This program is free software; you can\nredistribute it and/or modify it under the\nterms of the GNU General Public License as\npublished by the Free Software Foundation;\neither version 2 of the License, or (at your\noption) any later version.
  173. ;
  174. ABOUTID_BUTTONS (//)
  175. Conditions|Warranty|OK
  176. ;
  177. ABOUTID_OK (//)
  178. OK
  179. ;
  180. ERRORID_EXCEPTION (//)
  181. Program caused exception:
  182. ;
  183. ERRORID_MEM (//)
  184.  no memory
  185. ;
  186. ERRORID_OPEN (//)
  187.  could not open file %s
  188. ;
  189. ERRORID_LOCK (//)
  190.  could not lock file %s
  191. ;
  192. ERRORID_WIN (//)
  193.  could not open window %s
  194. ;
  195. ERRORID_LIB (//)
  196.  could not open library %s
  197. ;
  198. ERRORID_SCR (//)
  199.  could not lock public screen %s
  200. ;
  201. ERRORID_BREAK (//)
  202.  ***BREAK
  203. ;
  204. ERRORID_DOUB (//)
  205.  ARexx port already exists!
  206. ;
  207. ERRORID_SIG (//)
  208.  could not allocate signal
  209. ;
  210. ERRORID_CXBR (//)
  211.  could not create commodities broker
  212. ;
  213. ERRORID_OLDKRSNAKELIB (//)
  214. KRSNAke.library revision too old
  215. ;
  216. ERRORID_NOKRSNAKE (//)
  217. Unable to locate KRSNAke!
  218. ;
  219. REPLAYID_NOGAME (//)
  220. No game recorded.
  221. ;
  222. REPLAYID_RECORDING (//)
  223. Recording game...
  224. ;
  225. REPLAYID_PAUSED (//)
  226. Recording paused.
  227. ;
  228. REPLAYID_FINISHED (//)
  229. Press R to replay
  230. ;
  231. REPLAYID_STOP (//)
  232. Press SPACE to stop
  233. ;
  234. HALLID_ENTERNAMETITLE (//)
  235. Hall of Fame!
  236. ;
  237. HALLID_ENTERNAME (//)
  238. Enter your name for the Hall of Fame:
  239. ;
  240. HALLID_PLAYER (//)
  241. Player
  242. ;
  243. HALLID_SCORE (//)
  244. Score
  245. ;
  246.